projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
905f988
)
Differentiate between stepper B and C in the detail string
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 28 Jun 2010 18:45:25 +0000
(14:45 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 28 Jun 2010 18:45:25 +0000
(14:45 -0400)
gtk/gtkrange.c
patch
|
blob
|
history
diff --git
a/gtk/gtkrange.c
b/gtk/gtkrange.c
index b492d85146f405ca0c4874c19e76547b06d59d96..01c98d61fde4e815ffb897bacf330ce57e712753 100644
(file)
--- a/
gtk/gtkrange.c
+++ b/
gtk/gtkrange.c
@@
-1665,13
+1665,13
@@
gtk_range_get_stepper_detail (GtkRange *range,
break;
case STEPPER_B:
if (range->has_stepper_a)
- position = "_
middle
";
+ position = "_
start_inner
";
else
position = "_start";
break;
case STEPPER_C:
if (range->has_stepper_d)
- position = "_
middle
";
+ position = "_
end_inner
";
else
position = "_end";
break;